Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / Pkcs7SignatureBuilder Class / Pkcs7SignatureBuilder Constructor / Pkcs7SignatureBuilder Constructor(X509Certificate2[],SignatureFormat,OID)
The certificate chain to use.
The signature format.
The hash algorithm to use.

In This Topic
    Pkcs7SignatureBuilder Constructor(X509Certificate2[],SignatureFormat,OID)
    In This Topic
    Initializes a new instance of the Pkcs7SignatureBuilder class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal certificateChain() As System.Security.Cryptography.X509Certificates.X509Certificate2, _
       Optional ByVal format As Pkcs7SignatureBuilder.SignatureFormat, _
       Optional ByVal hashAlgorithm As OID _
    )
    public Pkcs7SignatureBuilder( 
       System.Security.Cryptography.X509Certificates.X509Certificate2[] certificateChain,
       Pkcs7SignatureBuilder.SignatureFormat format,
       OID hashAlgorithm
    )

    Parameters

    certificateChain
    The certificate chain to use.
    format
    The signature format.
    hashAlgorithm
    The hash algorithm to use.
    See Also